home *** CD-ROM | disk | FTP | other *** search
- /* 8/13/87 kevin added OURCHICAGO */
- /* 10/6/87 kevin added DNETINT */
-
-
- /* Windows */
-
- #define COPYWINDOW 100
-
- /* Fonts */
-
- #define OURCHICAGO 200
- #define FONTCUA 201
- #define FONTCUBOLD 202
-
- /* Dialogs */
-
- #define KILLDIALOG 301
- #define KILLOK 1
- #define KILLCANCEL 2
-
- #define QUITDIALOG 302
- #define QUITOK 1
- #define QUITCANCEL 2
-
- #define SAVEDIALOG 303
- #define SD_SAVE 1
- #define SD_CANCEL 2
- #define SD_DONT 3
-
- #define DSERCLOSE 304 /* close a serial session automatically? */
-
- #define DGETTEXT 4000 /* get a string from the user */
- #define DNETSET 4001
- #define DNETINT 4002 /* network interface configuration dialogs */
- #define DSETKEYPAD 4003 /* set the keypad */
- #define DSETTINGS 4004 /* OK to update settings file? */
- #define DSETTERMTYPE 4005 /* disable terminal types during negotiations */
- #define DSETCOLORMAP 4006 /* set IBM color mapping */
- #define DNEWWIND 4007 /* "New" dialog to configure a window */
- #define DSERCONFIG 4008 /* configure serial port */
- #define DWINDCONFIG 4009 /* configure window stuff */
- #define DGLOBALCONFIG 4010 /* configure global stuff */
- #define DMACRO 4011 /* dialog to edit a macro resource */
- #define DVTSETKEYPAD 4012 /* set vt100 key pad */
- #define DVTCONFIG 4013 /* configure h19/vt100 emulator stuff */
- #define D3270CONFIG 4014 /* configure 3270 emulator stuff */
-
- #define NNRDLOG 25017 /* network not responding modeless dialog */
-
- /* alerts */
- #define AL1GENERAL 5002 /* param ^0 general-purpose alert */
- #define AL4GENERAL 5005 /* param ^0 general-purpose alert */
- #define ALERROR 5007 /* the general purpose error alert */
-
- /* Pictures */
- /* 0 is the iconwindow picture */
- #define PICKEYP1 1000
- #define PICKEYP2 1001
- #define PICKEYP3 1002
- #define PICKEYP4 1003
- #define NUMKEYPICS 4 /* doesn't take up pic space */
-
- #define VTPICKEYP1 2000
- #define VTPICKEYP2 2001
- #define VTPICKEYP3 2002
- #define NUMVTKEYPICS 3 /* doesn't take up pic space */
-
- /* Scripts */
- #define EINUSCRIPT 1
- /* the replacement script which passes Option-E,I,N,U w/o hesitation */
-
- /* 'HOST' table resource */
- #define HOSTID 1
-
-